home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
MindScape.swf
/
scripts
/
DefineButton2_156
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-12-04
|
260 b
|
14 lines
on(release){
if(!menuOut)
{
_root.attachMovie("MenuBox","menuBox",3);
_root.menuBox.targetY = 20;
menuOut = true;
}
else
{
_root.menuBox.targetY = - (_root.menuBox._height + 5);
menuOut = false;
}
}